11. Add TextViews to Layout with While Loop

Add TextViews to Layout with While Loop

Question:

Start Quiz:

Solution:

INSTRUCTOR NOTE:

Video Correction

At 5:35, Jessica uses words[index], but it should be words.get(index) because we are using an ArrayList not an Array anymore.


These are the changes needed to complete the quiz.

This is the state of the code after completing the quiz.